git-mmap_addr
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Fri, 26 Aug 2022 21:32:46 +0000 (22:32 +0100)
committerAurelien Jarno <aurel32@debian.org>
Fri, 26 Aug 2022 21:32:46 +0000 (22:32 +0100)
commit0f8358773851101b449814565b31e49704767266
treec14300480f9c8e04a090119b9c3cd26897d17cb6
parent07ed718a034225d0bb0b542c5be65e5508d781ad
git-mmap_addr

commit b47b07c92d82df497ad4e3abebfdab51be5d0546
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Jan 4 20:22:59 2021 +0100

    hurd: Fix mmap(!MAP_FIXED) on bogus address

    In the !MAP_FIXED case, when a bogus address is given mmap should pick up a
    valide address rather than returning EINVAL: Posix only talks about
    EINVAL for the MAP_FIXED case.

    This fixes long-running ghc processes.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-mmap_addr.diff
sysdeps/mach/hurd/mmap.c